home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1996 #15 / Monster Media Number 15 (Monster Media)(July 1996).ISO / os2 / pmcstex.zip / PM_BINS.ZIP / LATEX2E.CMD < prev    next >
OS/2 REXX Batch file  |  1996-05-19  |  138b  |  6 lines

  1. @echo off
  2. setlocal
  3. set texinput=%EMTEXDIR%\texinput\latex2e!;%EMTEXDIR%\texinput!
  4. tex386 ^&LaTeX %1 %2 %3 %4 %5 %6 %7 %8 %9
  5. endlocal
  6.